summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-10-07 01:59:04 +0200
committerGitHub <noreply@github.com>2022-10-07 01:59:04 +0200
commitbb86fc573f76162cc60e6b81b9924df74eedb797 (patch)
tree04c1efe6aa93190f2462a922f3d02713f6ffd1cb
parentMerge pull request #8467 from FernandoS27/yfc-rel-1 (diff)
parentbuild(room): simplify yuzu-room installation (diff)
downloadyuzu-bb86fc573f76162cc60e6b81b9924df74eedb797.tar
yuzu-bb86fc573f76162cc60e6b81b9924df74eedb797.tar.gz
yuzu-bb86fc573f76162cc60e6b81b9924df74eedb797.tar.bz2
yuzu-bb86fc573f76162cc60e6b81b9924df74eedb797.tar.lz
yuzu-bb86fc573f76162cc60e6b81b9924df74eedb797.tar.xz
yuzu-bb86fc573f76162cc60e6b81b9924df74eedb797.tar.zst
yuzu-bb86fc573f76162cc60e6b81b9924df74eedb797.zip
-rw-r--r--src/dedicated_room/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dedicated_room/CMakeLists.txt b/src/dedicated_room/CMakeLists.txt
index 1efdbc1f7..2d9731f19 100644
--- a/src/dedicated_room/CMakeLists.txt
+++ b/src/dedicated_room/CMakeLists.txt
@@ -23,5 +23,5 @@ endif()
target_link_libraries(yuzu-room PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
if(UNIX AND NOT APPLE)
- install(TARGETS yuzu-room RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
+ install(TARGETS yuzu-room)
endif()